Skip to content

Add guidelines for use of auto for types in C++ #123

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 4, 2025

Conversation

pieterhijma
Copy link
Contributor

In conformance with a discussion on Discord among the @FreeCAD/code-quality-working-group.

@chennes chennes merged commit c7db7ce into FreeCAD:main Apr 4, 2025
1 check passed
auto xyz = getAnything<Xyz>(...);
```

Counter examples:
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure everyone knows what "counter" examples mean.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, can you review #129?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants